projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de903c7
)
Try to debug a failing test on the windows bots
author
Alex Crichton
<alex@alexcrichton.com>
Thu, 28 May 2015 22:56:42 +0000
(15:56 -0700)
committer
Alex Crichton
<alex@alexcrichton.com>
Thu, 28 May 2015 22:56:42 +0000
(15:56 -0700)
This test is failing on the win64 bot, and I'm not 100% sure why, so trying to
get some more info out of it.
tests/test_cargo_compile_git_deps.rs
patch
|
blob
|
history
diff --git
a/tests/test_cargo_compile_git_deps.rs
b/tests/test_cargo_compile_git_deps.rs
index b760ec39fed57c4aa514b914636f456bea129cc4..a7da8488467722cf6763fb9b5bb9d116c581cd3e 100644
(file)
--- a/
tests/test_cargo_compile_git_deps.rs
+++ b/
tests/test_cargo_compile_git_deps.rs
@@
-515,7
+515,7
@@
test!(two_revs_same_deps {
baz.build();
- assert_that(foo.cargo_process("build"),
+ assert_that(foo.cargo_process("build")
.arg("-v")
,
execs().with_status(0));
assert_that(&foo.bin("foo"), existing_file());
assert_that(foo.process(&foo.bin("foo")), execs().with_status(0));